home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 42 / Softdisk for Windows 42.iso / QUARRY / QUARRY.EXE / QUARRY.dxr / 00111.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  134 b   |  10 lines

  1. on enterFrame
  2.   global DT, SOND
  3.   if SOND = 0 then
  4.     puppetSound("STAT")
  5.   end if
  6.   updateStage()
  7.   set DT to 100
  8.   COUNTTIME()
  9. end
  10.